Skip to content

Conversation

vlad-perevezentsev
Copy link
Contributor

This PR suggests expanding getrs function by adding trans_code argument and handling its values to match the behavior of oneapi::mkl::lapack::getrs

These changes are the first step to implement lu_solve(lu_and_piv, b, trans=0, overwrite_b=False, check_finite=True)

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

Copy link
Contributor

github-actions bot commented Aug 18, 2025

View rendered docs @ https://intelpython.github.io/dpnp/index.html

Copy link
Contributor

github-actions bot commented Aug 18, 2025

Array API standard conformance tests for dpnp=0.19.0dev3=py313h509198e_35 ran successfully.
Passed: 1227
Failed: 0
Skipped: 9

@coveralls
Copy link
Collaborator

coveralls commented Aug 18, 2025

Coverage Status

coverage: 71.64% (+0.02%) from 71.624%
when pulling 201d361 on pass_trans_to_getrs
into 1acd558 on master.

@antonwolfy antonwolfy added this to the 0.19.0 release milestone Sep 1, 2025
Copy link
Contributor

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vlad-perevezentsev vlad-perevezentsev merged commit 07d455e into master Sep 15, 2025
89 of 94 checks passed
@vlad-perevezentsev vlad-perevezentsev deleted the pass_trans_to_getrs branch September 15, 2025 14:42
github-actions bot added a commit that referenced this pull request Sep 15, 2025
This PR suggests expanding `getrs` function by adding `trans`
argument and handling its values to match the behavior of
`oneapi::mkl::lapack::getrs` 07d455e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants